CommunityFrontPage
{
	url			"%community%"
	method		"internal"
}
SteamIDPage
{
	url			"%community%/profiles/%p1%/"
	method		"internal"
}
SteamIDLoginPage
{
	url			"%community%/actions/InitializeSession?steamid=%steamID%&onetimepassword=%p1%&language=%language%"
	method		"internal"
}
SteamIDControlPage
{
	url			"%community%/profiles/%steamID%/home"
	method		"internal"
}
SteamIDStatsPage
{
	url		"%community%/profiles/%steamID%/stats/appid/%p1%"
	method		"internal"
}
SteamIDAchievementsPage
{
	url		"%community%/profiles/%steamID%/stats/appid/%p1%/achievements"
	method		"internal"
}
UserStatsPage
{
	url		"%community%/profiles/%p1%/stats/appid/%p2%"
	method		"internal"
}
UserAchievementsPage
{
	url		"%community%/profiles/%p1%/stats/appid/%p2%/achievements"
	method		"internal"
}
UserLeaderboardsPage
{
	url		"%community%/profiles/%p1%/stats/appid/%p2%/leaderboards"
	method	"internal"
}
GlobalAchievementStatsPage
{
	url		"%community%/stats/%p1%/achievements"
	method		"internal"
}
GlobalLeaderboardsPage
{
	url		"%community%/stats/%p1%/leaderboards"
	method	"internal"
}
SteamIDInvitesPage
{
	url			"%community%/profiles/%steamID%/home/invites/"
	method		"internal"
}
SteamIDEditPage
{
	url			"%community%/profiles/%steamID%/edit"
	method		"internal"
}
GroupSteamIDPage
{
	url			"%community%/gid/%p1%"
	method		"internal"
}
GroupEventsPage
{
	url			"%community%/gid/%p1%/events"
	method		"internal"
}
GroupSteamIDAdmin
{
	url			"%community%/gid/%p1%/edit"
	method		"internal"
}
GroupMembersPage
{
	url			"%community%/gid/%p1%/members"
	method		"internal"
}
OfficialGameGroupPage
{
	url			"%community%/ogg/%p1%"
	method		"internal"
}
LeaveGroupPage
{
	// just goes to the control panel for now (%p1% is the group steamid if we change it)
	url			"%community%/profiles/%steamID%/groups/"
	method		"internal"
}
ChatBanListAdmin
{
	url			"%community%/gid/%p1%/chatBanManage"
	method		"internal"
}

SupportFrontPage
{
	url			"http://support.steampowered.com/"
	method		"external"
}
DownloadsSupportInfo
{
	// this needs to be updated when we have the real page
	url			"http://support.steampowered.com/"
	method		"external"
}

// store pages not moved in yet
StoreFrontPage
{
	url			"%store%"
	method		"internal"
}

StorePublisherPage
{
	url		"%store%/publisher/%p1%/"
	method		"internal"
}

StoreAppPage
{
	url		"%store%/app/%p1%/"
	method		"internal"
}

StoreDlcPage
{
	url		"%store%/dlc/%p1%/"
	method		"internal"
}

StoreSubPage
{
	url		"%store%/sub/%p1%/"
	method		"internal"
}

StoreMediaSearchPage
{
	url		"%store%/search/?category1=999"
	method		"internal"
}

StoreGameSearchPage
{
	url		"%store%/search/"
	method		"internal"
}

StoreAddFundsPage
{
	url		"%store%/steamaccount/addfunds/"
	method		"internal"
}

StoreAddFundsMicroTxnPage
{
	url		"%store%/steamaccount/addfunds/?microtxn=%p1%"
	method		"internal"
}

GiftActivationPage
{
	url			"%community%/actions/RedeemGift"
	method		"other"
}

AppNewsPage
{
	url			"%news%/?appids=%p1%"
	method		"internal"
}

SteamClientNewsPage
{
	url			"http://storefront.steampowered.com/platform/update_history/index.php"
	method		"internal"
}

NewsHomePage
{
	url			"%news%"
	method		"internal"
}

LegalInformation
{
	url			"http://www.valvesoftware.com/legal.htm"
	method		"internal"
}

SSA
{
	url			"http://store.steampowered.com/subscriber_agreement/"
	method		"internal"
}
PrivacyPolicy
{
	url			"http://www.valvesoftware.com/privacy.htm"
	method		"internal"
}
CommunitySearch
{
	//link from Add friend dialog to community search
	url		"%community%/actions/Search?T=Account"
	method		"internal"
}
StoreAccount
{
  //link from client chrome to user's store account info
  url "%store%/account/"
  method    "internal"
}
CommunityGroupSearch
{
	url		"%community%/actions/Search?T=ClanAccount&K=%p1%"
	method		"internal"
}
CommunityFriendsThatPlay
{
	url		"%community%/profiles/%steamID%/friendsthatplay/%p1%"
	method		"internal"	
}
RecommendGame
{
	url		"%store%/recommended/recommendgame/%p1%"
	method		"internal"
}
CommunityScreenshots
{
	url		"%community%/profiles/%steamID%/screenshots/"
	method		"internal"
}
CommunitySingleScreenshot
{
	url		"%community%/profiles/%steamID%/screenshot/%p1%"
	method		"internal"
}
CommunityGameScreenshots
{
	url		"%community%/profiles/%steamID%/screenshots/?tab=library&view=filter&filter=app_%p1%"
	method		"internal"
}